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

Commit 66baf8b

Browse files
author
Tonye Jack
committed
Merge tag 'v1.0.18' into develop
Upgraded to: v1.0.18
2 parents 7dc7cc6 + 8c537bd commit 66baf8b

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = VERSION = (1, 0, 17)
2+
current_version = VERSION = (1, 0, 18)
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

+14-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,26 @@ 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.0.17](https://github.com/jackton1/django-check-constraint/releases/tag/v1.0.17) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.16...v1.0.17))
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.17...v1.1.0))
8+
9+
### Added
10+
- Added support for generating the model name. ([583a397](https://github.com/jackton1/django-check-constraint/commit/583a3979992b5421741f755ae22530d2222ed990)).
11+
12+
### Fixed
13+
- Fixed lint errors. ([7dc7cc6](https://github.com/jackton1/django-check-constraint/commit/7dc7cc66cd5ed6d0ec6932ceddfd19d921a0866b)).
14+
15+
### Misc
16+
- "2020-02-27 13:54 - Increased django-check-constraint version:VERSION = (1, 0, 17) to VERSION = (1, 0, 18)" ([b3a3c50](https://github.com/jackton1/django-check-constraint/commit/b3a3c50889f8b378cc01195ad974af727d731da0)).
17+
18+
19+
## [v1.0.17](https://github.com/jackton1/django-check-constraint/releases/tag/v1.0.17) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.16...v1.0.17)) - 2020-02-24
820

921
### Fixed
1022
- Fixed * imports. ([4e73372](https://github.com/jackton1/django-check-constraint/commit/4e73372c0ededfdf81e397e855e5e4b63785a471)).
1123

1224
### Misc
1325
- "2020-02-24 17:01 - Increased django-check-constraint version:VERSION = (1, 0, 16) to VERSION = (1, 0, 17)" ([0812de1](https://github.com/jackton1/django-check-constraint/commit/0812de1287372070b1a9578c84710cd2cf43ef59)).
26+
- Updated CHANGELOG.md. ([2a70f92](https://github.com/jackton1/django-check-constraint/commit/2a70f92fa8a875580dc5ddaa5d6423de64e76896)).
1427

1528

1629
## [v1.0.16](https://github.com/jackton1/django-check-constraint/releases/tag/v1.0.16) ([compare](https://github.com/jackton1/django-check-constraint/compare/v1.0.15...v1.0.16)) - 2020-02-24

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
else:
5454
LONG_DESCRIPTION = ""
5555

56-
VERSION = (1, 0, 17)
56+
VERSION = (1, 0, 18)
5757

5858
version = ".".join(map(str, VERSION))
5959

0 commit comments

Comments
 (0)