Skip to content

Commit

Permalink
bump version to 0.6.0 (#386)
Browse files Browse the repository at this point in the history
* bump version to 0.6.0

* Update README

Closes #385
  • Loading branch information
JulienPeloton authored Jun 9, 2020
1 parent e0f1ce8 commit 92c8988
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Fink is a broker infrastructure enabling a wide range of applications and servic

# Latest News

* 06/20: Fink broker [0.6](https://github.com/astrolabsoftware/fink-broker/pull/386).
* 05/20: Fink has been selected to the Google Summer of Code 2020 (CERN-HSF org)! Congratulations to [saucam](https://github.com/saucam) who will work on the project this year.
* 04/20: New broker release [0.5](https://github.com/astrolabsoftware/fink-broker/pull/354). Plenty of new features!
* 02/20: Fink signed a MoU with [ZTF](https://www.ztf.caltech.edu/) to access their live streams!
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resolvers += "Hortonworks Repository" at "http://repo.hortonworks.com/content/re
lazy val root = (project in file(".")).
settings(
inThisBuild(List(
version := "0.5.0"
version := "0.6.0"
)),
// Name of the application
name := "fink-broker",
Expand Down
2 changes: 1 addition & 1 deletion conf/fink.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ org.apache.hbase:hbase-common:2.1.4,\
org.apache.hbase:hbase-mapreduce:2.1.4

# Other dependencies (incl. Scala part of Fink)
FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.5.0.jar,\
FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.6.0.jar,\
${FINK_HOME}/libs/shc-core-1.1.3-2.4-s_2.11.jar

# Time interval between 2 trigger updates (second)
Expand Down
2 changes: 1 addition & 1 deletion conf/fink.conf.cluster
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ org.apache.hbase:hbase-common:2.1.4,\
org.apache.hbase:hbase-mapreduce:2.1.4

# Other dependencies (incl. Scala part of Fink)
FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.5.0.jar,\
FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.6.0.jar,\
${FINK_HOME}/libs/shc-core-1.1.3-2.4-s_2.11.jar

# Time interval between 2 trigger updates (second)
Expand Down
2 changes: 1 addition & 1 deletion conf/fink.conf.travis
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ org.apache.hbase:hbase-common:2.1.4,\
org.apache.hbase:hbase-mapreduce:2.1.4

# Other dependencies (incl. Scala part of Fink)
FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.5.0.jar,\
FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.6.0.jar,\
${FINK_HOME}/libs/shc-core-1.1.3-2.4-s_2.11.jar

# Time interval between 2 trigger updates (second)
Expand Down
2 changes: 1 addition & 1 deletion fink_broker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.5.0"
__version__ = "0.6.0"
Binary file added libs/fink-broker_2.11-0.6.0.jar
Binary file not shown.

0 comments on commit 92c8988

Please sign in to comment.