Skip to content

Commit

Permalink
Release 0.12.0 (#184)
Browse files Browse the repository at this point in the history
* Release 0.12.0

* Updated ubuntu image version
  • Loading branch information
renatav authored Oct 18, 2021
1 parent 4eef9f0 commit 9fb8a5f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,20 @@ and this project adheres to [Semantic Versioning][semver].

### Changed

- Updated cryptograpgy version ([183])


### Fixed



## [0.12.0] - 09/29/2021

### Added


### Changed

- Updated cryptography version ([183])


### Fixed
Expand Down Expand Up @@ -521,7 +534,8 @@ and this project adheres to [Semantic Versioning][semver].
[keepachangelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html

[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.11.2...HEAD
[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.12.0...HEAD
[0.12.0]: https://github.com/openlawlibrary/taf/compare/v0.11.2...v0.12.0
[0.11.1]: https://github.com/openlawlibrary/taf/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/openlawlibrary/taf/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/openlawlibrary/taf/compare/v0.10.1...v0.11.0
Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ pr:
strategy:
matrix:
# py36
linux-ubuntu-16-04-py36:
imageName: "ubuntu-16.04"
linux-ubuntu-20-04-py36:
imageName: "ubuntu-20.04"
pythonVersion: "3.6"
macOS-py36:
imageName: "macOS-10.14"
Expand All @@ -31,8 +31,8 @@ strategy:
platform: x86
winArch: "win32"
# py38
linux-ubuntu-16-04-py38:
imageName: "ubuntu-16.04"
linux-ubuntu-20-04-py38:
imageName: "ubuntu-20.04"
pythonVersion: "3.8"
macOS-py38:
imageName: "macOS-10.14"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

PACKAGE_NAME = "taf"
VERSION = "0.11.2"
VERSION = "0.12.0"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit 9fb8a5f

Please sign in to comment.