Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtc42 committed May 20, 2020
1 parent f0f02ae commit d5a2efc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# [0.6.2](https://github.com/labthings/python-labthings/compare/v0.6.1...v0.6.2) (2020-05-18)
# [0.6.3](https://github.com/labthings/python-labthings/compare/v0.6.2...v0.6.3) (2020-05-20)


* Properly handle access log handlers ([f0f02ae](https://github.com/labthings/python-labthings/commit/f0f02ae))


## [0.6.2](https://github.com/labthings/python-labthings/compare/v0.6.1...v0.6.2) (2020-05-18)


* Updated changelog ([5c617f8](https://github.com/labthings/python-labthings/commit/5c617f8))
* Updated version and dependencies ([245d1ed](https://github.com/labthings/python-labthings/commit/245d1ed))
* Use cleaned_urls for extension rule expansion map ([2e649d7](https://github.com/labthings/python-labthings/commit/2e649d7))


Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "labthings"
version = "0.6.2"
version = "0.6.3"
description = "Python implementation of LabThings, based on the Flask microframework"
readme = "README.md"
repository = "https://github.com/labthings/python-labthings/"
Expand Down

0 comments on commit d5a2efc

Please sign in to comment.