Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
### [0.1.4](https://www.github.com/googleapis/python-appengine-logging/compare/v0.1.3...v0.1.4) (2021-07-29)
4+
5+
6+
### Documentation
7+
8+
* add Samples section to CONTRIBUTING.rst ([#19](https://www.github.com/googleapis/python-appengine-logging/issues/19)) ([8854cbe](https://www.github.com/googleapis/python-appengine-logging/commit/8854cbe02c233901bf4601a99cdfbd9826b616bf))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release as 0.1.4 ([#24](https://www.github.com/googleapis/python-appengine-logging/issues/24)) ([5aa924e](https://www.github.com/googleapis/python-appengine-logging/commit/5aa924e0a24a94cf259168cc1dd5aa65dc0f40a9))
14+
315
### [0.1.3](https://www.github.com/googleapis/python-appengine-logging/compare/v0.1.2...v0.1.3) (2021-07-21)
416

517

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import os
1818
import setuptools # type: ignore
1919

20-
version = "0.1.3"
20+
version = "0.1.4"
2121

2222
package_root = os.path.abspath(os.path.dirname(__file__))
2323

0 commit comments

Comments
 (0)