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
8f00018a
Commit
8f00018a
authored
Jun 08, 2016
by
Tulio Ruiz
Browse files
Bump version: 0.0.2 → 0.0.3
parent
894b67a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
8f00018a
[bumpversion]
commit = True
tag = True
current_version = 0.0.
2
current_version = 0.0.
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
...
...
reqgen/__init__.py
View file @
8f00018a
...
...
@@ -2,4 +2,4 @@
__author__
=
'Tulio Ruiz'
__email__
=
'tulio@vauxoo.com'
__version__
=
'0.0.
2
'
__version__
=
'0.0.
3
'
setup.py
View file @
8f00018a
...
...
@@ -20,7 +20,7 @@ test_requirements = open('requirements_dev.txt').readlines()
setup
(
name
=
'reqgen'
,
version
=
'0.0.
2
'
,
version
=
'0.0.
3
'
,
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