Skip to content

Commit 48528b7

Browse files
authored
RELEASE 1.0.0a0 (syrusakbary#141)
1 parent 05dec29 commit 48528b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.0.0a0
4+
5+
### BREAKING CHANGES
6+
7+
- Require Python 3.5+
8+
9+
310
## 0.6.0
411

512
### New features

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="snapshottest",
12-
version="0.6.0",
12+
version="1.0.0a0",
1313
description="Snapshot testing for pytest, unittest, Django, and Nose",
1414
long_description=readme,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)