Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Nov 20, 2015
1 parent 6885b18 commit d0dc734
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Version 1.2.0
-------------
- Historical dimensions - a __historical_source__ can now be specified for
Dimension subclasses, which will be tried first when doing a historical update
of a Fact. If it's not available, it will fall back to __source__.
- Cleaned up tests - removed some old cruft. Added tests for unique constraints
on tables.
- DegenerateDimension - providing this new column type for storing dimension
values in the Fact table, rather than using a foreign key to a separate
Dimension table. Used sparingly, it's very useful.


Version 1.1.0
--------------
-------------
- Using unicode for the main internals.


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ def parse_requirements(fn, dependency_links):
'pylytics/bin/pylytics-admin.py',
],
url='https://github.com/onefinestay/pylytics',
version='1.1.0',
version='1.2.0',
zip_safe=False,
)

0 comments on commit d0dc734

Please sign in to comment.