Skip to content

Commit d5a2efc

Browse files
committed
Updated version and changelog
1 parent f0f02ae commit d5a2efc

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
# [0.6.2](https://github.com/labthings/python-labthings/compare/v0.6.1...v0.6.2) (2020-05-18)
1+
# [0.6.3](https://github.com/labthings/python-labthings/compare/v0.6.2...v0.6.3) (2020-05-20)
22

33

4+
* Properly handle access log handlers ([f0f02ae](https://github.com/labthings/python-labthings/commit/f0f02ae))
5+
6+
7+
## [0.6.2](https://github.com/labthings/python-labthings/compare/v0.6.1...v0.6.2) (2020-05-18)
8+
9+
10+
* Updated changelog ([5c617f8](https://github.com/labthings/python-labthings/commit/5c617f8))
11+
* Updated version and dependencies ([245d1ed](https://github.com/labthings/python-labthings/commit/245d1ed))
412
* Use cleaned_urls for extension rule expansion map ([2e649d7](https://github.com/labthings/python-labthings/commit/2e649d7))
513

614

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "labthings"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "Python implementation of LabThings, based on the Flask microframework"
55
readme = "README.md"
66
repository = "https://github.com/labthings/python-labthings/"

0 commit comments

Comments
 (0)