Skip to content

Commit 949604f

Browse files
committed
Release version 1.0.0
1 parent ddd41b1 commit 949604f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
'icat-database-checker = icat_tools.dbcheck_command:entry'
1515
]
1616
},
17-
version='0.0.1',
17+
version='1.0.0',
1818
)

0 commit comments

Comments
 (0)