lib: note doctests fix (omitted from 1.15), bump to 1.15.1

This commit is contained in:
Simon Michael 2019-09-02 12:25:29 -07:00
parent ebacb20b5e
commit 08e011af37
4 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
1.15
1.15.1

View File

@ -1,6 +1,10 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 16a3c96d
- fix failing doctests
# 1.15 2019-09-01
Removals include:

View File

@ -1,7 +1,7 @@
m4_dnl m4 macro definitions used in this package's docs.
m4_dnl
m4_dnl Program version. Updated by make setversion.
m4_define({{_version_}}, {{1.15}})m4_dnl
m4_define({{_version_}}, {{1.15.1}})m4_dnl
m4_dnl
m4_dnl Date to show in man pages. Updated by make setdate.
m4_define({{_monthyear_}}, {{August 2019}})m4_dnl
m4_define({{_monthyear_}}, {{September 2019}})m4_dnl

View File

@ -1,5 +1,5 @@
name: hledger-lib
version: 1.15
version: 1.15.1
synopsis: Core data types, parsers and functionality for the hledger accounting tools
description: |
This is a reusable library containing hledger's core functionality.