Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit f3e7fc8

Browse files
authored
Merge pull request #101 from lumoslabs/v0.4.7
fix version
2 parents d0c02b3 + cfc936f commit f3e7fc8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Change Log
33

44
All notable changes to this project will be documented in this file using [Semantic Versioning](http://semver.org/).
55

6-
## [0.4.6] - 2020-01-17
6+
## [0.4.7] - 2020-01-17
77
### Fixed
88
- Fix issue with schema cache
99
- Fix style for schemas page

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,3 @@ You can manage your env variables in a .env file
191191

192192

193193
Unless otherwise noted, all Aleph source files are made available under the terms of the [MIT License](https://github.com/lumoslabs/aleph/blob/master/LICENSE)
194-

aleph.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'aleph_analytics'
3-
s.version = '0.4.6'
4-
s.date = '2020-01-15'
3+
s.version = '0.4.7'
4+
s.date = '2020-01-17'
55
s.summary = 'Redshift/Snowflake analytics platform'
66
s.description = 'The best way to develop and share queries/investigations/results within an analytics team'
77
s.authors = ['Andrew Xue', 'Rob Froetscher', 'Joyce Lau']

0 commit comments

Comments
 (0)