Skip to content

Commit

Permalink
👨‍💻 Yeni versiyon eklendi
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak committed Nov 30, 2019
1 parent fb9e28d commit 6856486
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@

### ✨ Yenilikler

* 🚀 Artık pattern ` \* ` desteklemekte. [Yunus Emre]

* 📑 Push işlemi için log eklendi. [Yunus Emre]

*[Yunus Emre]

### 💫 Değişikler

* 🧪 Test scriptleri yenilendi. [Yunus Emre]


## 2.4.2 (2019-11-30)

### ✨ Yenilikler

* ✨ Versiyon yenilendi. [Yunus Emre]

### 💫 Değişikler
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import setuptools

DYNAMIC_VERSION = False
VERSION = "2.4.2"
VERSION = "2.5.0"

if DYNAMIC_VERSION:
version = ""
Expand Down

0 comments on commit 6856486

Please sign in to comment.