Skip to content

Commit 1cc7803

Browse files
committed
Bump versions
1 parent 2a0d49b commit 1cc7803

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

crnd_web_action_editable/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'CRND web action editable',
3-
'version': '12.0.0.2.0',
3+
'version': '12.0.0.4.0',
44
'author': "Center of Research and Development",
55
'website': "https://crnd.pro",
66
'summary': """""",

crnd_web_action_nothing/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'CRND web action nothing',
3-
'version': '12.0.0.1.0',
3+
'version': '12.0.0.3.0',
44
'author': "Center of Research and Development",
55
'website': "https://crnd.pro",
66
'summary': """""",

crnd_web_action_readonly/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'CRND web action readonly',
3-
'version': '12.0.0.2.0',
3+
'version': '12.0.0.4.0',
44
'author': "Center of Research and Development",
55
'website': "https://crnd.pro",
66
'summary': """""",

crnd_web_action_reload/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'CRND web action reload',
3-
'version': '12.0.0.2.0',
3+
'version': '12.0.0.4.0',
44
'author': "Center of Research and Development",
55
'website': "https://crnd.pro",
66
'summary': """""",

crnd_web_actions/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'CRND web actions',
3-
'version': '12.0.0.1.0',
3+
'version': '12.0.0.3.0',
44
'author': "Center of Research and Development",
55
'website': "https://crnd.pro",
66
'summary': """""",

crnd_web_button_box_full_width/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CRND Web Button Box Fullwidth",
3-
"version": "12.0.0.1.0",
3+
"version": "12.0.0.3.0",
44
"author": "Center of Research and Development",
55
"website": "https://crnd.pro",
66
'summary': 'Button_box at the top of the form',

crnd_web_client/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See LICENSE file for licensing details.
44
{
55
'name': 'CRnD Web Client',
6-
'version': '12.0.1.2.0',
6+
'version': '12.0.1.4.0',
77
'summary': 'Web Client Extention',
88
'category': 'Tools',
99
'author': 'Center of Research and Development ',

crnd_web_diagram_fix/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CRND Web Diagram Fix",
3-
"version": "12.0.0.1.1",
3+
"version": "12.0.0.3.0",
44
"author": "Center of Research and Development",
55
"website": "https://crnd.pro",
66
'summary': 'Fix for web diagram view',

crnd_web_diagram_plus/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'support': '[email protected]',
99
'website': 'https://crnd.pro',
1010
'license': 'LGPL-3',
11-
'version': '12.0.0.10.0',
11+
'version': '12.0.0.12.0',
1212
'depends': [
1313
'web',
1414
'web_diagram',

crnd_web_fix_content_download/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CRND Web Content Download Fix",
3-
"version": "12.0.0.0.2",
3+
"version": "12.0.0.2.0",
44
"author": "Center of Research and Development",
55
"website": "https://crnd.pro",
66
'summary': 'Fix for content download to use streaming responses',

crnd_web_float_full_time_widget/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CRND Web Float Full Time Widget",
3-
"version": "12.0.0.2.0",
3+
"version": "12.0.0.4.0",
44
"author": "Center of Research and Development",
55
"website": "https://crnd.pro",
66
'summary': 'Float Time Duration Widget',

crnd_web_list_popover_widget/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CRND Web List Popover Widget",
3-
"version": "12.0.0.5.1",
3+
"version": "12.0.0.7.0",
44
"author": "Center of Research and Development",
55
"website": "https://crnd.pro",
66
'summary': 'Tooltips message for text fields on tree view.',

crnd_web_m2o_info_widget/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'author': "Center of Research and Development",
66
'website': "https://crnd.pro",
77
'license': 'LGPL-3',
8-
'version': '12.0.0.6.0',
8+
'version': '12.0.0.8.0',
99

1010
'depends': [
1111
'web',

crnd_web_on_create_action/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'CRND web on create action',
3-
'version': '12.0.0.1.0',
3+
'version': '12.0.0.3.0',
44
'author': "Center of Research and Development",
55
'website': "https://crnd.pro",
66
'summary': "Make it possible to use wizards to create records",

crnd_web_tree_colored_field/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'CRND web tree colored field',
3-
'version': '12.0.0.3.0',
3+
'version': '12.0.0.5.0',
44
'author': "Center of Research and Development",
55
'website': "https://crnd.pro",
66
'summary': """""",

crnd_web_tree_field_action/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'CRND web tree field action',
3-
'version': '12.0.0.4.0',
3+
'version': '12.0.0.6.0',
44
'author': "Center of Research and Development",
55
'website': "https://crnd.pro",
66
'summary': """""",

crnd_web_view_refresh_timed/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'name': 'CRND web view refresh timed',
3-
'version': '12.0.0.2.0',
3+
'version': '12.0.0.4.0',
44
'author': "Center of Research and Development",
55
'website': "https://crnd.pro",
66
'summary': """""",

crnd_web_widget_popup_image/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CRND Web Image Popup Widget",
3-
"version": "12.0.0.2.0",
3+
"version": "12.0.0.4.0",
44
"author": "Center of Research and Development",
55
"website": "https://crnd.pro",
66
'summary': 'Popup images from the binary fields',

test_crnd_web_models/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Test CRND Web Models",
3-
"version": "12.0.0.11.0",
3+
"version": "12.0.0.12.0",
44
"author": "Center of Research and Development",
55
"website": "https://crnd.pro",
66
'summary': 'Module for testing web addons.',

0 commit comments

Comments
 (0)