Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
vauxoo-dev
reqgen
Commits
7026077f
Commit
7026077f
authored
Jun 08, 2016
by
Tulio Ruiz
Browse files
Bump version: 0.0.1 → 0.0.2
parent
89fe1607
Changes
3
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
7026077f
[bumpversion]
commit = True
tag = True
current_version = 0.0.
1
current_version = 0.0.
2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
serialize =
{major}.{minor}.{patch}
[bumpversion:file:setup.py]
[bumpversion:file:reqgen/__init__.py]
reqgen/__init__.py
View file @
7026077f
...
...
@@ -2,4 +2,4 @@
__author__
=
'Tulio Ruiz'
__email__
=
'tulio@vauxoo.com'
__version__
=
'0.0.
1
'
__version__
=
'0.0.
2
'
setup.py
View file @
7026077f
...
...
@@ -20,7 +20,7 @@ test_requirements = open('requirements_dev.txt').readlines()
setup
(
name
=
'reqgen'
,
version
=
'0.0.
1
'
,
version
=
'0.0.
2
'
,
description
=
'''ReqGen is a requirements generator that searchs recursively in a given
path for all requirements.txt and merge them all in a single file with
the newest versions found un the files'''
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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