rocketdoo 1.2.2__tar.gz → 1.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,7 +57,7 @@ If the Library as you received it specifies that a proxy can decide whether futu
57
57
  <div Rocketdoo=""></div>
58
58
 
59
59
  Licencia: LGPL-3.0+
60
- Versión: "1.2.2"
60
+ Versión: "1.2.3"
61
61
  Autor: Horacio Montaño, Elias Braceras
62
62
  Fecha: 16/10/2024
63
63
  Descripción: Framework to development Odoo
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rocketdoo
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: This library allows you to build an automated local development environment for Odoo EE and CE.
5
5
  Home-page: https://github.com/HDM-soft/rocketdoo.git
6
6
  Author: Horacio Montaño and Elias Braceras
@@ -33,7 +33,7 @@ Odoo Development Framework
33
33
  - "Horacio Montaño"
34
34
 
35
35
  ## Version:
36
- - "1.2.2"
36
+ - "1.2.3"
37
37
 
38
38
  ----------------------------------------------------------------------------------------------------------------------------------------------------------
39
39
 
@@ -14,7 +14,7 @@ Odoo Development Framework
14
14
  - "Horacio Montaño"
15
15
 
16
16
  ## Version:
17
- - "1.2.2"
17
+ - "1.2.3"
18
18
 
19
19
  ----------------------------------------------------------------------------------------------------------------------------------------------------------
20
20
 
@@ -4,7 +4,7 @@ import signal
4
4
  import sys
5
5
 
6
6
  # Define la versión del paquete
7
- VERSION = "1.2.2"
7
+ VERSION = "1.2.3"
8
8
 
9
9
  # Maneja la interrupción con Ctrl+C
10
10
  def signal_handler(sig, frame):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rocketdoo
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: This library allows you to build an automated local development environment for Odoo EE and CE.
5
5
  Home-page: https://github.com/HDM-soft/rocketdoo.git
6
6
  Author: Horacio Montaño and Elias Braceras
@@ -33,7 +33,7 @@ Odoo Development Framework
33
33
  - "Horacio Montaño"
34
34
 
35
35
  ## Version:
36
- - "1.2.2"
36
+ - "1.2.3"
37
37
 
38
38
  ----------------------------------------------------------------------------------------------------------------------------------------------------------
39
39
 
@@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text()
6
6
 
7
7
  setup(
8
8
  name='rocketdoo',
9
- version='1.2.2',
9
+ version='1.2.3',
10
10
  description='This library allows you to build an automated local development environment for Odoo EE and CE.',
11
11
  long_description=long_description,
12
12
  long_description_content_type='text/markdown',
File without changes
File without changes