Skip to content

Commit 8039e40

Browse files
committed
bump version 0.2.1
1 parent 0e68ce2 commit 8039e40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
=== (ongoing) ===
22
* implement behavior for .gitignore
33

4+
=== 0.2.1 ===
5+
* fix __version__ import error
6+
* added support for publishing on pypi from drone.io
7+
48
=== 0.2 ===
59
* fix #152: logger should include `remote_url`
610
* fix #153: make sure that no empty commits are ever created

gitfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.2"
15+
__version__ = "0.2.1"
1616

1717

1818
def mount():

0 commit comments

Comments
 (0)