Skip to content

Commit

Permalink
Datafactory update version and history (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaozha authored Oct 20, 2020
1 parent c027a14 commit a166e30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/datafactory/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.2.0
++++++
* add update command for linked services and triggers and datasets

0.1.0
++++++
* Initial release.
2 changes: 1 addition & 1 deletion src/datafactory/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = '0.1.0'
VERSION = '0.2.0'
try:
from azext_datafactory.manual.version import VERSION
except ImportError:
Expand Down

0 comments on commit a166e30

Please sign in to comment.