From 76c8eef6ddd09e9a3c2ad7dbb606ad26ac648a80 Mon Sep 17 00:00:00 2001 From: Alexander Kozlovsky Date: Wed, 26 Feb 2020 09:04:26 +0300 Subject: [PATCH 1/2] Update Pony version: 0.7.12 -> 0.7.13-dev --- pony/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pony/__init__.py b/pony/__init__.py index e4fb02b81..b204d9a7d 100644 --- a/pony/__init__.py +++ b/pony/__init__.py @@ -4,7 +4,7 @@ from os.path import dirname from itertools import count -__version__ = '0.7.12' +__version__ = '0.7.13-dev' uid = str(random.randint(1, 1000000)) From dbdae7b879f2712e0185d620736e5d8fe2c7c1a2 Mon Sep 17 00:00:00 2001 From: Alexander Tischenko Date: Wed, 26 Feb 2020 12:59:06 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 216130372..c0f3e9eef 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# Downloads +[![Downloads](https://pepy.tech/badge/pony)](https://pepy.tech/project/pony) [![Downloads](https://pepy.tech/badge/pony/month)](https://pepy.tech/project/pony/month) [![Downloads](https://pepy.tech/badge/pony/week)](https://pepy.tech/project/pony/week) + +# Tests + #### PostgreSQL Python 2