Skip to content

Commit

Permalink
Release version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed May 30, 2021
1 parent 58a63e5 commit 8ee60b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- mode: org -*-
* v3.3.0 UNRELEASED
* v3.3.0 2021/05/30

- The database is now being distributed as a text file instead of
in its binary form. That results in more useful diffs and most
Expand Down
2 changes: 1 addition & 1 deletion epkg.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Jonas Bernoulli <[email protected]>
;; Homepage: https://github.com/emacscollective/epkg
;; Keywords: tools
;; Package-Requires: ((closql "1.0.1") (emacs "25.1"))
;; Package-Requires: ((closql "1.0.5") (emacs "25.1"))
;; SPDX-License-Identifier: GPL-3.0-or-later

;; This file is free software; you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions epkg.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Epkg: (epkg).
#+TEXINFO_DIR_DESC: Browse the Emacsmirror's database
#+SUBTITLE: for version 3.2.2 (v3.2.2-29-gf721e38+1)
#+SUBTITLE: for version 3.3.0

#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:4 toc:2
Expand All @@ -20,7 +20,7 @@ With Epkg you can browse the Emacsmirror package database using an
interface similar to that of ~package.el~.

#+TEXINFO: @noindent
This manual is for Epkg version 3.2.2 (v3.2.2-29-gf721e38+1).
This manual is for Epkg version 3.3.0.

#+BEGIN_QUOTE
Copyright (C) 2016-2021 Jonas Bernoulli <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions epkg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Epkg User Manual
@subtitle for version 3.2.2 (v3.2.2-29-gf721e38+1)
@subtitle for version 3.3.0
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -48,7 +48,7 @@ With Epkg you can browse the Emacsmirror package database using an
interface similar to that of @code{package.el}.

@noindent
This manual is for Epkg version 3.2.2 (v3.2.2-29-gf721e38+1).
This manual is for Epkg version 3.3.0.

@quotation
Copyright (C) 2016-2021 Jonas Bernoulli <jonas@@bernoul.li>
Expand Down

0 comments on commit 8ee60b6

Please sign in to comment.