We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd41b1 commit 949604fCopy full SHA for 949604f
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [1.0.0] - 2022-11-08
8
9
+First release version, for Python 3.6+.
setup.py
@@ -14,5 +14,5 @@
14
'icat-database-checker = icat_tools.dbcheck_command:entry'
15
]
16
},
17
- version='0.0.1',
+ version='1.0.0',
18
)
0 commit comments