Skip to content

Commit

Permalink
Changing version to 0.1.2 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldeutsch authored Oct 7, 2021
1 parent 1c277df commit 4a70dcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [v0.1.2](https://github.com/danieldeutsch/repro/releases/tag/v0.1.1) - 2021-10-07
### Changed
- Changed backend of Lite3Pyramid to use our own fork of the official repo with some modifications.

## [v0.1.1](https://github.com/danieldeutsch/repro/releases/tag/v0.1.1) - 2021-10-05
### Added
Expand Down
2 changes: 1 addition & 1 deletion repro/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_MAJOR = "0"
_MINOR = "1"
_PATCH = "1"
_PATCH = "2"

VERSION = f"{_MAJOR}.{_MINOR}.{_PATCH}"

0 comments on commit 4a70dcd

Please sign in to comment.