File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.0] ( https://www.github.com/googleapis/python-memcache/compare/v0.2.0...v0.3.0 ) (2021-02-10)
4
+
5
+
6
+ ### Features
7
+
8
+ * add async client ([ #26 ] ( https://www.github.com/googleapis/python-memcache/issues/26 ) ) ([ 0bbc337] ( https://www.github.com/googleapis/python-memcache/commit/0bbc337594e2a44c51a5b372670d72499592e2e0 ) )
9
+ * generate v1 ([ #37 ] ( https://www.github.com/googleapis/python-memcache/issues/37 ) ) ([ 7945daf] ( https://www.github.com/googleapis/python-memcache/commit/7945dafbbee1b21efc733e079044db77e880a10a ) )
10
+
3
11
## [ 0.2.0] ( https://www.github.com/googleapis/python-memcache/compare/v0.1.0...v0.2.0 ) (2020-05-28)
4
12
5
13
Original file line number Diff line number Diff line change 19
19
import os
20
20
import setuptools # type: ignore
21
21
22
- version = "0.2 .0"
22
+ version = "0.3 .0"
23
23
24
24
package_root = os .path .abspath (os .path .dirname (__file__ ))
25
25
You can’t perform that action at this time.
0 commit comments