Skip to content

Commit

Permalink
ChangeLog and version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hlamer committed Apr 27, 2015
1 parent 48ea210 commit c155926
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Apr 10 2015
Vim mode
Literate programming and preview enhancements
Improvements and bugfixes

Jun 10 2014
Pylint support

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -18,7 +18,7 @@ all install:
bump-version:
enki enki/core/defines.py +10
enki rpm/enki.spec +8
enki win/Enki.iss
enki win/Enki.iss +31


changelog-update:
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
@@ -1,3 +1,11 @@
enki (15.04.0-1~ubuntuseries1) ubuntuseries; urgency=medium

* Vim mode
* Literate programming and preview enhancements
* Improvements and bugfixes

-- Andrei Kopats <hlamer@tut.by> Mon, 27 Apr 2015 21:09:16 +0300

enki (14.07.2-1~ubuntuseries1) ubuntuseries; urgency=low

* Fix pylint and navigator related bugs
Expand Down
5 changes: 2 additions & 3 deletions enki/core/defines.py
@@ -1,14 +1,13 @@
"""
File contains some volatile info, such as version, release date and authors
"""
import sys
import os.path

PACKAGE_NAME = "Enki"
PACKAGE_ORGANISATION = "Andrei Kopats"
PACKAGE_URL = "https://enki-editor.org"
PACKAGE_VERSION = "14.07.2"
PACKAGE_COPYRIGHTS = "(C) 2014 Andrei KOPATS"
PACKAGE_VERSION = "15.04.0"
PACKAGE_COPYRIGHTS = "(C) 2015 Andrei KOPATS"

QUTEPART_SUPPORTED_MAJOR = 2
QUTEPART_SUPPORTED_MINOR = 0
Expand Down
7 changes: 6 additions & 1 deletion rpm/enki.spec
Expand Up @@ -5,7 +5,7 @@
%global icon_cache_gtk_update /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

Name: enki
Version: 14.07.2
Version: 15.04.0
Release: 5%{?dist}
Summary: Advanced text editor for programmers
Group: Productivity/Text/Editors
Expand Down Expand Up @@ -103,6 +103,11 @@ fi


%changelog
* Mon Apr 27 2015 Andrei Kopats <hlamer@tut.by> 15.04.0-11
- Vim mode
- Literate programming and preview enhancements
- Improvements and bugfixes

* Mon Aug 18 2014 Andrei Kopats <hlamer@tut.by> 14.07.2-10
- Fix pylint and navigator related bugs

Expand Down
2 changes: 1 addition & 1 deletion win/Enki.iss
Expand Up @@ -28,7 +28,7 @@
;
; Provide a few handy definitions to avoid repetition.
#define PRODUCT_NAME 'Enki'
#define PRODUCT_VERSION '14.07.2'
#define PRODUCT_VERSION '15.04.0'

[Setup]
AppName={#PRODUCT_NAME}
Expand Down

0 comments on commit c155926

Please sign in to comment.