Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nic
gridsource
Commits
e77c2207
Commit
e77c2207
authored
Aug 12, 2021
by
Nic
Browse files
Bump version: 0.36.0 → 0.37.0
parent
ffe29420
Changes
3
Show whitespace changes
Inline
Side-by-side
gridsource/__init__.py
View file @
e77c2207
...
...
@@ -7,7 +7,7 @@ from gridsource.validation import ValidatorMixin
__author__
=
"""Nicolas Cordier"""
__email__
=
"nicolas.cordier@numeric-gmbh.ch"
__version__
=
"0.3
6
.0"
__version__
=
"0.3
7
.0"
class
_Base
:
...
...
setup.cfg
View file @
e77c2207
[bumpversion]
current_version = 0.3
6
.0
current_version = 0.3
7
.0
commit = True
tag = True
...
...
setup.py
View file @
e77c2207
...
...
@@ -49,7 +49,7 @@ setup(
setup_requires
=
setup_requirements
,
test_suite
=
"tests"
,
tests_require
=
test_requirements
,
version
=
"0.3
6
.0"
,
version
=
"0.3
7
.0"
,
zip_safe
=
False
,
url
=
"https://framagit.org/numenic/gridsource"
,
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment