File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0
2
+
3
+ Initial release
Original file line number Diff line number Diff line change 1
1
APP =postdoc
2
- VERSION =0.4 .0
2
+ VERSION =1.0 .0
3
3
4
4
5
5
help : # # Shows this help
@@ -27,7 +27,7 @@ version: ## Set version number
27
27
# 2. `make release`
28
28
# 3. `git push origin master --tags`
29
29
release : clean version
30
- @git commit -am " bump version to v$( VERSION) "
30
+ @git commit -am " v$( VERSION) "
31
31
@git tag v$(VERSION )
32
32
@-pip install wheel > /dev/null
33
33
python setup.py sdist bdist_wheel upload
Original file line number Diff line number Diff line change 25
25
from urllib import unquote
26
26
27
27
28
- __version__ = '0.4 .0'
28
+ __version__ = '1.0 .0'
29
29
30
30
31
31
def get_uri (env_var = 'DATABASE_URL' ):
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'postdoc' ,
6
- version = '0.4 .0' ,
6
+ version = '1.0 .0' ,
7
7
description = 'A helper for Postgres + Docker that works for free' ,
8
8
long_description = open ('README.rst' ).read (),
9
9
author = 'Chris Chang' ,
You can’t perform that action at this time.
0 commit comments