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
16bac288
Commit
16bac288
authored
Nov 23, 2020
by
Nic
Browse files
Bump version: 0.22.0 → 0.23.0
parent
93fb5bdb
Changes
3
Hide whitespace changes
Inline
Side-by-side
gridsource/__init__.py
View file @
16bac288
...
...
@@ -7,7 +7,7 @@ from gridsource.validation import ValidatorMixin
__author__
=
"""Nicolas Cordier"""
__email__
=
"nicolas.cordier@numeric-gmbh.ch"
__version__
=
"0.2
2
.0"
__version__
=
"0.2
3
.0"
class
_Base
:
...
...
setup.cfg
View file @
16bac288
[bumpversion]
current_version = 0.2
2
.0
current_version = 0.2
3
.0
commit = True
tag = True
...
...
setup.py
View file @
16bac288
...
...
@@ -49,7 +49,7 @@ setup(
setup_requires
=
setup_requirements
,
test_suite
=
"tests"
,
tests_require
=
test_requirements
,
version
=
"0.2
2
.0"
,
version
=
"0.2
3
.0"
,
zip_safe
=
False
,
url
=
"https://framagit.org/numenic/gridsource"
,
)
Write
Preview
Markdown
is supported
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