File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ about: Report a reproducible bug in the current release of DSync
44---
55
66### Environment
7- * DSync version: <!-- Example: 0.1 .0 -->
7+ * DSync version: <!-- Example: 1.0 .0 -->
88* Python version <!-- Example: 3.7.7 -->
99
1010<!-- What happened instead? -->
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ about: Propose a new feature or enhancement
44---
55
66### Environment
7- * DSync version: <!-- Example: 0.1 .0 -->
7+ * DSync version: <!-- Example: 1.0 .0 -->
88
99<!--
1010 Describe in detail the new functionality you are proposing.
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v0.1 .0 - 2020-09-02
3+ ## v1.0 .0 - 2020-10-23
44
55Initial release
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dsync"
3- version = " 0.1 .0"
3+ version = " 1.0 .0"
44description = " Library to easily sync/diff/update 2 different data sources"
55authors = [
" Network to Code, LLC <[email protected] >" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 2121# Can be set to a separate Python version to be used for launching or building container
2222PYTHON_VER = os .getenv ("PYTHON_VER" , "3.7" )
2323# Name of the docker image/container
24- NAME = os .getenv ("IMAGE_NAME" , "dsync-0.1 .0" )
24+ NAME = os .getenv ("IMAGE_NAME" , "dsync-1.0 .0" )
2525# Gather current working directory for Docker commands
2626PWD = os .getcwd ()
2727
You can’t perform that action at this time.
0 commit comments