Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 07172d4

Browse files
author
Tonye Jack
committed
Merge tag 'v1.0.9' into develop
Upgraded to: v1.0.9
2 parents 23a05b7 + f6c9281 commit 07172d4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = VERSION = (1, 0, 8)
2+
current_version = VERSION = (1, 0, 9)
33
parse = ^(\s*VERSION)(\s=\s)(\({1})(?P<major>\d+),\s(?P<minor>\d+),\s(?P<patch>\d+)(\){1})$
44
serialize = VERSION = ({major}, {minor}, {patch})
55
commit = True

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [v1.1.0](https://github.com/jackton1/django-check-constraint/releases/tag/v1.1.0) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.7...v1.1.0))
7+
## [v1.0.9](https://github.com/jackton1/django-check-constraint/releases/tag/v1.0.9) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.8...v1.0.9))
8+
9+
### Removed
10+
- Removed unused matrix ([23a05b7](https://github.com/jackton1/django-check-constraint/commit/23a05b7bb72e83b09c48e4af55a8f5287fd81c27)).
11+
12+
### Misc
13+
- "2020-02-16 19:34 - Increased django-check-constraint version:VERSION = (1, 0, 8) to VERSION = (1, 0, 9)" ([846e90c](https://github.com/jackton1/django-check-constraint/commit/846e90cb2a578b7af408d367cff926d5fb6c9028)).
14+
- Updated tags. ([90eb71a](https://github.com/jackton1/django-check-constraint/commit/90eb71a6f37f0502846a7b0dc9ae865506e1a57b)).
15+
16+
17+
## [v1.0.8](https://github.com/jackton1/django-check-constraint/releases/tag/v1.0.8) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.7...v1.0.8)) - 2020-02-16
818

919
### Added
1020
- Added a Personal Access token. ([3c45544](https://github.com/jackton1/django-check-constraint/commit/3c45544da73e05acc5c67f42009b3ab6aec9c078)).
1121
- Added push to origins. ([ece5d2d](https://github.com/jackton1/django-check-constraint/commit/ece5d2d14699e6cd5de3605149920f160ecb33ec)).
1222

1323
### Misc
1424
- "2020-02-16 18:38 - Increased django-check-constraint version:VERSION = (1, 0, 7) to VERSION = (1, 0, 8)" ([8fb4427](https://github.com/jackton1/django-check-constraint/commit/8fb442714709cfcc18cec3f6a79503e55fbdd5c1)).
25+
- Updated CHANGELOG.md. ([48c6db7](https://github.com/jackton1/django-check-constraint/commit/48c6db76d18fbccf7d00167cb60c953a41cc330f)).
1526
- Updated the types. ([3e0baa5](https://github.com/jackton1/django-check-constraint/commit/3e0baa560fd66e6ed2b475e8fb9d9cdaef0213b7)).
1627

1728

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
else:
4949
LONG_DESCRIPTION = ""
5050

51-
VERSION = (1, 0, 8)
51+
VERSION = (1, 0, 9)
5252

5353
version = ".".join(map(str, VERSION))
5454

0 commit comments

Comments
 (0)